home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / wu_ftpd_37_21.lha / wu-ftpd / examples / ftpconversions < prev    next >
Text File  |  1994-07-24  |  507b  |  10 lines

  1.  ;.Z;  ;  ;compress -d -c %s;T_REG|T_ASCII;O_UNCOMPRESS;UNCOMPRESS
  2.  ;   ; ;.Z;compress -c %s;T_REG;O_COMPRESS;COMPRESS
  3.  ;.gz; ;  ;gzip -cd %s;T_REG|T_ASCII;O_UNCOMPRESS;GUNZIP
  4.  ;   ; ;.gz;gzip -9 -c %s;T_REG;O_COMPRESS;GZIP
  5.  ;   ; ;.tar;tar -c -f - %s;T_REG|T_DIR;O_TAR;TAR
  6. # Add those two lines only if you have a tar
  7. # that supports the -Z and -z options:
  8. # ;   ; ;.tar.Z;tar -c -Z -f - %s;T_REG|T_DIR;O_COMPRESS|O_TAR;TAR+COMPRESS
  9. # ;   ; ;.tar.gz;tar -c -z -f - %s;T_REG|T_DIR;O_COMPRESS|O_TAR;TAR+GZIP
  10.